iosTextInput
Type
object
Summary
A native iOS control, UITextField, which allows the editing of a single line of text.
Syntax
iosTextInput
Description
An iosTextInput(UITextField) control is created using a control type of "input".
The input control allows the editing of a single line of text with the 'return' key ending editing and allowing you to perform an appropriate action.
note
For full details of what the UITextField control is capable of, and background about it see the iOS reference document.
Examples
mobileControlCreate "input"
mobileControlCreate "input", "name entry"
Related
command: mobileControlDelete, mobileControlDo, mobileControlSet, mobileControlCreate
function: mobileControlGet, mobileControlTarget
Compatibility and Support
Introduced
LiveCode 4.6
OS
ios
Platforms
mobile